home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #11 / Software USA Volume 4.11.iso / mac / Educational / mac06 / usr / include / wchar_t.h < prev   
Encoding:
C/C++ Source or Header  |  1997-12-07  |  108 b   |  9 lines  |  [TEXT/KAHL]

  1. /* mac06©1997 by HNS/DSITRI hns@computer.org
  2. ** wchar_t.h
  3. */
  4.  
  5. #pragma once
  6.  
  7. typedef long wchar_t;
  8.  
  9. /* EOF */